home *** CD-ROM | disk | FTP | other *** search
/ SGI IndiZone 2 / SGI IndiZone 2.iso / OutOfBox.idb / usr / people / tour / oob / scenegraphs / stopMotion / stopMotion.iv.z / stopMotion.iv
Text File  |  1994-12-16  |  449b  |  27 lines

  1. #Inventor V1.0 ascii
  2.  
  3. DEF IMG Image3 {
  4.     filename "pictures/stopMotion/stopMotionWait.rgb"
  5.     origin 320 240 0
  6.     drawMode DRAW_2D
  7. }
  8.  
  9. HotObject {
  10.     genActList ActionList {
  11.         ChangeViewerAction {
  12.             viewing OFF
  13.         }
  14.         ChangeImageAction {
  15.             imageNode USE IMG
  16.             filenames [ "pictures/stopMotion/stopMotionWait.rgb" ]
  17.         }
  18.         LinkAction {
  19.             delay 1
  20.             link "bin/stopMotion"
  21.         }
  22.         ChangeSceneAction {
  23.             NewSceneGraph "scenegraphs/pillars/pillars.iv"
  24.         }
  25.     }
  26. }
  27.